Klasse ValidValueProvider
java.lang.Object
com.inet.pdfc.config.ValidValueProvider
An abstraction of the valid values of an enum property. In addition to the profile value, this instance provides a translated display value if available.
- Seit:
- 5.0
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypKlasseBeschreibungstatic interfaceDefines a value that is valid for a certain property. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungValidValueProvider(Object[] values) Creates a value provider for values without translation.ValidValueProvider(@Nonnull List<ValidValueProvider.ValidValue> values) Creates the provider for a list of well defined valid values -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the valid values of a property
-
Konstruktordetails
-
ValidValueProvider
Creates the provider for a list of well defined valid values- Parameter:
values- the list of valid values that will be returned by this provider- Seit:
- 5.0
-
ValidValueProvider
Creates a value provider for values without translation.- Parameter:
values- the list of valid values that will be returned by this provider- Seit:
- 5.0
-
-
Methodendetails
-
getValidValues
Returns the valid values of a property- Gibt zurück:
- the valid values, not
null - Seit:
- 5.0
-